home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TLOGINDLG / TLOGINDLG.txt
Text File  |  1997-05-14  |  1KB  |  74 lines

  1. object LoginDlg: TLoginDlg
  2.   Left = 121
  3.   Top = 150
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Login'
  7.   ClientHeight = 108
  8.   ClientWidth = 273
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 48
  21.     Height = 13
  22.     Caption = 'User ID:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 48
  27.     Width = 59
  28.     Height = 13
  29.     Caption = 'Password:'
  30.   end
  31.   object OKBtn: TBitBtn
  32.     Left = 188
  33.     Top = 32
  34.     Width = 77
  35.     Height = 27
  36.     Caption = '&OK'
  37.     TabOrder = 0
  38.     OnClick = OKBtnClick
  39.     Kind = bkOK
  40.     Margin = 2
  41.     Spacing = -1
  42.     IsControl = True
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 188
  46.     Top = 64
  47.     Width = 77
  48.     Height = 27
  49.     Caption = '&Cancel'
  50.     TabOrder = 1
  51.     Kind = bkCancel
  52.     Margin = 2
  53.     Spacing = -1
  54.     IsControl = True
  55.   end
  56.   object UserID_Ed: TEdit
  57.     Left = 16
  58.     Top = 24
  59.     Width = 129
  60.     Height = 20
  61.     MaxLength = 10
  62.     TabOrder = 2
  63.   end
  64.   object Password_Ed: TEdit
  65.     Left = 16
  66.     Top = 64
  67.     Width = 129
  68.     Height = 20
  69.     MaxLength = 10
  70.     PasswordChar = '*'
  71.     TabOrder = 3
  72.   end
  73. end
  74.